/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "0.01/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    INLET
    {
        type            wall;
        inGroups        1(wall);
        nFaces          3816;
        startFace       510469;
    }
    OUTLET
    {
        type            wall;
        inGroups        1(wall);
        nFaces          3844;
        startFace       514285;
    }
    WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          62559;
        startFace       518129;
    }
   MOUTHPIECE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          315;
        startFace       580688;
    }
)

// ************************************************************************* //
